Navigation Bar
Phone:(916) 849-8911
Fax:509-355-0810
eMail:info@cf-acs.com
Address:5050 Laguna Blvd. Suite 112-395 Elk Grove, California 95758 U.S.A
Login ID:
Password:
Become a Reseller
Forgot your password?

Powered by eConstruct!

Powered by Cold Fusion

Powered by Windows 2000 Server

eConstruct! Editor

eConstruct! EditorThe eConstruct! Editor tag provides the familiar editing/formatting functionality that you've come to expect from WYSIWYG HTML or word processing editors. It offers all the basic formatting options such as bold, italics, underline, colors, and fonts, and it allows you to insert text, images, controls, or hyperlinks in a fast and intuitive fashion. Plus, like most current word processors, the component features text-searching along with unlimited undo/redo.

The component also provides flexible table editing. You can not only insert tables on the fly, but also dynamically modify existing table structures by adding, deleting, or merging table cells.

In addition to the editing/formatting capabilities described earlier, the component offers powerful WYSIWYG (absolute) positioning and resizing. Hence, you can drag any absolutely positioned element anywhere on the page and have it stick, and you can resize any element dynamically. Furthermore, you can specify where an element should fall in the z-order of the page. 

Besides all of these cool features, the component uses familiar techniques for selection, drag and drop, and common text operations. If your users know how to use a word processor, chances are they already know how to use the eConstruct! Editor component.



SAMPLE ONE TAG IMPLEMENTATION:  This example uses CFFILE to read content from an html document.  Image file upload, directory creation/deletion and file delete are disabled for demo purposes.

<cf_eConstruct_editor
  editorName="demo"
  formname="sampleForm"
  documentBaseURL="http://www.mysampledomain.com/econstructEditor/sample/"
  documentPath="c:\inetpub\wwwroot\mysampledomain\econstructEditor\sample\"
  imageSource="images"
  filename="index.htm"
  omitToolbar=""
  allowImageFileUpload="no"
  allowImageDelete="no"
  editorWidth="600"
  editorHeight="350"
  allowEditSource="yes">

View Sample One Demo

SAMPLE TWO TAG IMPLEMENTATION:  This example uses CFQUERY to read content from a database.  Image file upload, directory creation/deletion and file delete are disabled for demo purposes.  The 'editorName' attribute must be the same name as the textarea fieldname.

<cfquery name="myContent" datasource="db_example" dbtype="ODBC">
select contentID, sampleContent from sampleTable where contentID = 1
</cfquery>

<form action="mydemosave_sample1.cfm" method="post" name="sampleForm" id="sampleForm" onsubmit="saveIt()">

<cfoutput query="myContent">
<input type="hidden" name="contentID" value="#contentID#">

<textarea cols="" rows="" name="MyEditorName" style="display: none">
#sampleContent#
</textarea>
</cfoutput>

<cf_eConstruct_editor
  editorName="MyEditorName"
  formname="sampleForm"
  documentBaseURL="http://www.mysampledomain.com/acseditor_formfield/sample/"
  documentPath="c:\inetpub\wwwroot\mysampledomain\acseditor_formfield\sample\"
  imageSource="images"
  omitToolbar=""
  allowImageFileUpload="yes"
  allowImageDelete="no"
  allowMakeFolder="no"
  allowRemoveFolder="no"
  editorWidth="600"
  editorHeight="350"
  allowEditSource="yes"
  baseFont="Verdana"
  baseFontSize="2"
  baseFontColor="000000"
  baseBGColor="FFFFFF">
 
  <div align="center"><input type="submit" name="Submit" value="Save"></div>
 
 </form>

View Sample Two Demo

SAMPLE THREE TAG IMPLEMENTATION:  This example uses CFQUERY to read content from a database.  One or more editors are displayed to edit content on the same html document. Image file upload, directory creation/deletion and file delete are disabled for demo purposes.  The 'editorName' attribute must be the same name as the textarea fieldname.

<cfquery name="myContent" datasource="db_example" dbtype="ODBC">
select contentID, sampleContent from sampleTable
</cfquery>

<form action="mydemosave_sample2.cfm" method="post" name="sampleForm" id="sampleForm" onsubmit="saveIt()">

<cfoutput query="myContent">

 <textarea cols="" rows="" name="MyEditorName#contentID#" style="display: none">
 #sampleContent# </textarea>
 
 <cf_eConstruct_editor
   editorName="MyEditorName#contentID#"
   formname="sampleForm"  
   documentBaseURL="http://www.mysampledomain.com/acseditor_formfield/sample/"
   documentPath="c:\inetpub\wwwroot\mysampledomain\acseditor_formfield\sample\"
   imageSource="images"
   omitToolbar=""
   allowImageFileUpload="no"
   allowImageDelete="no"
   allowMakeFolder="no"
   allowRemoveFolder="no"
   editorWidth="500"
   editorHeight="200"
   allowEditSource="yes"
   baseFont="Verdana"
   baseFontSize="2"
   baseFontColor="000000"
   baseBGColor="FFFFFF">

</cfoutput>

 <div align="center"><input type="submit" name="Submit" value="Save"></div>
  
</form>

View Sample Three Demo


SCREEN SHOTS:


eConstruct! Editor
eConstruct! Editor
Price: $199.00

Includes:

  • Non-exclusive, royalty-free distribution when incorporated in an application (some restrictions apply; see the license agreement for complete details) 
  • Free 30-day installation and configuration e-mail support
  • Source code included (unencrypted)

Save NowBuy today for an
introductory price
of just $199.00

Copyright © 2001 Advanced Commerce Solutions (ACS) - All Rights Reserved
Use of this site, constitutes your agreement to our Terms of Use.